Northwoods.GoSilverlight 1.3.5 Assembly
InsertMemberNodeKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : InsertMemberNodeKey Method

nodedata
the node data to be modified; if null, this method does nothing
memberkey
the key value of the new "member" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of member node data includes a given memberkey.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub InsertMemberNodeKey( _
   ByVal nodedata As NodeType, _
   ByVal memberkey As NodeKey _
) 
C# 
protected virtual void InsertMemberNodeKey( 
   NodeType nodedata,
   NodeKey memberkey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
memberkey
the key value of the new "member" node data; if null, this method does nothing

Remarks

This method can be overridden in case the FindMemberNodeKeysForNode sequence is not an System.Collections.IList or an IList.

Requirements

See Also

© 2012 All Rights Reserved.